runtime.gQueue.empty (method)

8 uses

	runtime (current package)
		mgcmark.go#L752: 	if work.assistQueue.q.empty() {
		mgcmark.go#L765: 	for !work.assistQueue.q.empty() && scanBytes > 0 {
		proc.go#L3933: 	for n = 0; n < npidle && !q.empty(); n++ {
		proc.go#L3945: 	if !q.empty() {
		proc.go#L6790: 	for !q.empty() && t-h < uint32(len(pp.runq)) {
		proc.go#L6809: 	if !q.empty() {
		proc.go#L6968: func (q *gQueue) empty() bool {
		proc.go#L7046: 	if !q.empty() {